home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / libio / ChangeLog < prev    next >
Text File  |  1994-10-24  |  41KB  |  1,038 lines

  1. Mon Oct 24 15:57:35 1994  Per Bothner  <bothner@kalessin.cygnus.com>
  2.  
  3.     * config.shared:  Define NOSTDIC and use it for libio too.
  4.  
  5. Thu Oct 20 19:45:35 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
  6.  
  7.     * iogetdelim.c: #include <stdlib.h>.
  8.  
  9. Thu Oct 20 17:09:52 1994  Per Bothner  <bothner@kalessin.cygnus.com>
  10.  
  11.     * iostream.h:  Add classes _IO_istream_withassign and
  12.     _IO_ostream_withassign.  Re-type cin, cout, cerr, clog.
  13.     (class iostream):  Don't add extra _gcount field.
  14.     * ioassign.cc:  New file.  Implement operator= for cin etc.
  15.     * streambuf.h (class ios):  Change return type of operator=.
  16.     * Makefile.in (IOSTREAM_OBJECTS):  Add ioassign.o.
  17.  
  18.     * Makefile.in:  Re-arrange, so linux.mt overrides can work.
  19.  
  20.     * fileops.c (_IO_file_seekoff):  Optimize seeks within buffer.
  21.  
  22. Wed Oct 19 14:25:47 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
  23.  
  24.     * gen-params (wint_t): Return to using __WCHAR_TYPE__ for
  25.         compatibility with gcc versions prior to 2.6.1.
  26.  
  27. Tue Oct 18 17:08:18 1994  Per Bothner  <bothner@kalessin.cygnus.com>
  28.  
  29.     * Makefile.in:  Define _G_CONFOG_H as _G_config.h for Linux.  Use it.
  30.     (IO_OBJECTS):  Add iogetdelim.o.
  31.     * config/linux.mt:  New file.
  32.     * configure.in:  Select config/linux.mt if Linux.
  33.     * iogetdelim.c:  Verious cleanups, many from
  34.     Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>.
  35.     * libioP.h: Add _IO_getdelim.  Use (void) for no-parameter functions.
  36.  
  37. Thu Oct 13 16:30:56 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  38.  
  39.     * libio.h:  Rename USE_DTOA to _IO_USE_DTOA for namespace reasons.
  40.     * iostream.cc, iovfscanf.c, iovfprintf, floatconv.c:
  41.     Update USE_DTOA -> _IO_USE_DTOA.
  42.  
  43.     * libio.h (_IO_feof, _IO_ferror):  Move to here ...
  44.     * iolibio:  ... from here
  45.  
  46.     * iostream.cc (istream::get, istream::ignore, istream::read):
  47.     Set _gcount to 0 if ipfx0 failed.
  48.  
  49.     * iostream.cc (flush):  Do virtual function call, rather than
  50.     going through jumptable.  (To get correct method in derived class.)
  51.     Bug and fix from John Wiegley <jw@cis.ohio-state.edu>.
  52.  
  53.     * iofdopen.c (O_ACCMODE):  Define using O_RDWR, not O_RDWRITE.
  54.  
  55.     * streambuf.h (ios::rdbuf(streambuf*)):  New.
  56.     * streambuf.h (ios::operator=):  Make private (i.e. dis-allow).
  57.  
  58. Wed Oct 12 19:09:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
  59.  
  60.     * gen-params: Define _G_NO_NRV and _G_NO_EXTERN_TEMPLATES if not
  61.         compiling with g++.
  62.  
  63. Thu Oct  6 16:03:43 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  64.  
  65.     * iostream.texi (ostrstream::str):  Note that NUL is not written
  66.     automatically.
  67.  
  68. Wed Oct  5 17:28:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  69.  
  70.     * iogetdelim.c (_IO_getdelim):  New function.
  71.  
  72. Wed Oct  5 15:40:22 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
  73.  
  74.     * config/netware.mt: New file, first cut at Netware NLM support.
  75.     * configure.in (*-*-netware*): Use config/netware.mt.
  76.  
  77.     * config.shared (NLMCONV, LD): New definition.
  78.  
  79.     * gen-params: check for nm in ${binutils}/nm.new.
  80.     * config.shared: Likewise.
  81.  
  82. Tue Oct  4 12:20:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  83.  
  84.     * iomanip.h (omanip::operator<<):  Make 2nd arg be const.
  85.     Bug and fix reported by Greg McGary <gkm@magilla.cichlid.com>.
  86.  
  87.     * strstream.cc (strstreambuf::pcount):  Simplify, to match
  88.     ANSI/ISO specification.
  89.  
  90. Mon Sep 26 15:19:52 1994  Jason Merrill  (jason@deneb.cygnus.com)
  91.  
  92.     * gen-params: Include <wchar.h> and <wctype.h> if they exist.
  93.  
  94. Thu Sep  8 14:41:41 1994  Jason Merrill  (jason@deneb.cygnus.com)
  95.  
  96.     * iostream.h (class istream): Declare operator>>(long double&).
  97.     (class ostream): Define operator<<(long double).
  98.  
  99.     * iostream.cc (istream::operator>>(long double&)): Define.
  100.  
  101. Wed Sep  7 14:42:29 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  102.  
  103.     * iostream.texi (Overflow):  Fix bugs in example.
  104.  
  105. Fri Sep  2 17:45:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  106.  
  107.     * iostream.tex:  Document a little on how to write your
  108.     own streambuf-derived class, with an example.
  109.  
  110. Tue Aug 30 13:03:57 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
  111.  
  112.     * floatconv.c (s2b): Declare X and Y to be _G_int32_t.
  113.     (diff, quorem): Declare BORROW, Y, and Z likewise.
  114.     (ulp): Declare L likewise.
  115.     (_IO_strtod): Declare L and AADJ likewise.
  116.     (_IO_dtoa): Declare L and D likewise.  Cast division of D by DS to
  117.     _G_int32_t.
  118.  
  119. Mon Aug 29 16:01:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  120.  
  121.     * iosetvbuf.c (_IO_setvbuf):  If setting _IOFBF and no
  122.     buffer was specified, call __doallocate.
  123.  
  124.     * fileops.c, floatconv.c:  Add a bunch of parentheses to
  125.     shut up gcc warnings.  Patch from H.J.Lu.
  126.  
  127.     * stdiostream.cc (stdiobuf::sys_read):  Inline call to getc
  128.     for the normal case (size==1).
  129.  
  130. Sat Aug 20 12:14:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  131.  
  132.     * Makefile.in (VERSION):  Increase to 0.66.
  133.  
  134. Fri Aug 19 17:28:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  135.  
  136.     * iolibio.h:  Added _IO_printf prototype.
  137.     Added extern "C" { ... } wrappers #ifdef __cplusplus.
  138.     Bugs reported by Neal Becker <neal@ctd.comsat.com>.
  139.  
  140. Wed Aug 17 18:17:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  141.  
  142.     * fileops.c (_IO_file_seekoff):  For _IO_seek_cur, adjust for
  143.     read-ahead before jumping to label dumb.
  144.  
  145. Wed Aug  3 13:15:01 1994  H.J. Lu  (hjl@nynexst.com)
  146.  
  147.     * libioP.h (CHECK_FILE(FILE,RET)): new, which checks for
  148.       FILE == NULL and _IO_MAGIC_MASK.
  149.       (COERCE_FILE(FILE)): merged into CHECK_FILE(FILE,RET)
  150.       with typo fixes.
  151.  
  152.     * iofread.c, iofwrite.c: add CHECK_FILE(fp, 0);
  153.     * iofclose.c: add CHECK_FILE(fp, EOF); remove _IO_MAGIC_MASK check.
  154.  
  155.     * iofflush.c, iofgetpos.c, iofputs.c, iofscanf.c,
  156.     iofsetpos.c, iofvbuf.c, ioungetc.c:
  157.     Add CHECK_FILE(fp, EOF) and remove COERCE_FILE(fp).
  158.  
  159.     * iofgets.c: add CHECK_FILE(fp, NULL) and remove COERCE_FILE(fp).
  160.     * iofprintf.c: add CHECK_FILE(fp, -1) and remove COERCE_FILE(fp).
  161.     * ioftell.c: add CHECK_FILE(fp, -1L) and remove COERCE_FILE(fp).
  162.     * iosetbuffer.c: add CHECK_FILE(fp, ) and remove COERCE_FILE(fp).
  163.  
  164. Fri Aug 12 15:35:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  165.  
  166.     * iofdopen.c (_IO_fdopen):  #define O_ACCMODE if it isn't.
  167.     Still set O_APPEND if "a" is given, but don't unset it
  168.     if it isn't.  Added comment.
  169.  
  170. Mon Aug  8 13:11:00 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  171.  
  172.     * gen-params (VTABLE_LABEL_PREFIX):  Changes in the implementation.
  173.     For look for _*vt[$_.]7*filebuf in the nm output, because that
  174.     matches what g++ produces and has produced.  Thus it should be
  175.     somewhat more robust.
  176.  
  177. Sun Aug  7 22:52:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  178.  
  179.     * gen-params (CC):  Remove no-longer-needed -I options
  180.     passed to xgcc (now they are implied by the -B options).
  181.  
  182. Wed Jul 20 16:41:13 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  183.  
  184.     * Makefile.in (tooldir):  Added definition, so we can do
  185.     'make install' in this directory.
  186.     Bug reported by Klamer Schutte <schutte@tpd.tno.nl>.
  187.  
  188. Mon Jul 18 18:02:34 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  189.  
  190.     * gen-params (VTABLE_LABEL_PREFIX):  Remove filename sppearing
  191.     by itself.  Add comment explaining what is going on.
  192.  
  193. Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
  194.  
  195.     * libio.h: define _IO_uid_t and _IO_HAVE_ST_BLKSIZE
  196.       as _G_xxxxxxxx.
  197.  
  198. Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
  199.  
  200.     * iopopen.c:  Don't include <errno.h>. It is included in "libioP.h".
  201.  
  202.     * iopopen.c (_IO_proc_close) : check if fp is on the list
  203.       before close it.
  204.  
  205. Thu Jul 14 16:38:47 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  206.  
  207.     * gen-params (CONFIG_NM):  Make sed scripts to find vtable name
  208.     mangling more robost for different forms of nm output.
  209.  
  210. Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@jalod)
  211.  
  212.     * iofopen.c (_IO_fopen): don't check [redundantly] fp == NULL after
  213.       IO_file_init(&fp->_file).
  214.  
  215.     * iomanip.h (template<class TP> class iapp):
  216.       change ostream to istream.
  217.  
  218. Tue Jul 12 14:09:02 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  219.  
  220.     * Makefile.in (VERSION):  Increase to 0.65.
  221.     * libioP.h (builtinbuf_vtable):  Only define #ifdef __cplusplus.
  222.  
  223.     * gen-params (_G_int8_t):  Only define if defined(__STDC__),
  224.     because K&R C compilers don't have signed char.
  225.     (_G_int64_t, _G_uint64_t):  Only define if defined(__GNUC__)
  226.     because other compilers may not have long long.
  227.  
  228. Sun Mar 06 13:10:21 1994  H.J. Lu  (hjl@nynexst.com)
  229.  
  230.     * floatconv.c (_IO_dtoa ()): fix a small memory leak, set the
  231.       "on_stack" field to be 0 if "result" is not NULL.
  232.  
  233. Sat Mar 05 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
  234.  
  235.     * floatconv.c (_IO_dtoa ()): if the number of digits of the
  236.       floating point number is more than the previous one, free the
  237.       old string and allocate a new one.
  238.       [Minor optimization to avoid Bcopy. -PB]
  239.  
  240. Mon Jul 11 10:53:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  241.  
  242.     * fileops.c (_IO_file_underflow):  'count' should be unsigned,
  243.     since it contains the return value of read.  Reported by
  244.     Teemu Torma <tot@trema.fi>.
  245.  
  246. Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
  247.  
  248.     * floatconv.c (_IO_strtod ()): make "+" and "-" as error.
  249.  
  250. Sat Jul  9 15:09:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  251.  
  252.     Make sure _IO_FILE::_flags is always initialized correctly, for the
  253.     C functions (fopen, fdopen, popen), and not just the C++ functions.
  254.     * fileops.c (_IO_file_init):  Set _flags to CLOSED_FILEBUF_FLAGS.
  255.     * fileops.c (_IO_file_fopen):  Remove bogus assignment.
  256.     * filebuf.cc (filebuf constructors):  Don't pass CLOSED_FILEBUF_FLAGS
  257.     to streambuf constructor - _IO_file_init does it instead.
  258.     * filebuf.cc (CLOSED_FILEBUF_FLAGS):  Removed.
  259.     * iopopen.c (_IO_proc_open):  Use _IO_mask_flags.
  260.  
  261. Thu Jun 30 08:49:53 1994  Jason Merrill  (jason@deneb.cygnus.com)
  262.  
  263.     * dbz/Makefile.in (mostlyclean): Add target.
  264.  
  265. Wed Jun 29 09:30:12 1994  Jason Merrill  (jason@deneb.cygnus.com)
  266.  
  267.     * gen-params: Woops, can't run a C program to determine target
  268.         characteristics.  Sigh.
  269.  
  270. Tue Jun 28 03:11:33 1994  Jason Merrill  (jason@deneb.cygnus.com)
  271.  
  272.     * gen-params: Add _G_{,u}int{8,16,64}_t, use a short C program to
  273.         determine what all these should be rather than trying to compare
  274.         the MAX numbers in the shell.
  275.  
  276. Sun Jun 26 21:04:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  277.  
  278.     * stdiostream.h, stdiostream.cc (stdiobuf::xsgetn):  Removed.
  279.     Too hairy.  If we want to optimize it, we should do so in
  280.     filebuf::xsgetn (or rather _IO_file_xsgetn).
  281.  
  282.     * stdiostream.h (class stdiobuf), stdiostream.cc:  Fix parameter
  283.     and return types of virtual function to matcher base types (Oops!).
  284.     * streamstream.cc (stdiobuf::xsgetn, stdiobuf::xsputn):
  285.     Optimize to call fread.fwrite directly if !buffered.
  286.     * fileops.c:  Fix comment.
  287.  
  288. Fri Jun 24 11:28:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  289.  
  290.     * stdiostream.h (istdiostream, ostdiostream):  New classes.
  291.  
  292.     More robust final cleanup.
  293.     * cleanup.c (_IO_register_cleanup):  Register _IO_cleanup,
  294.     rather than _IO_flush_all.
  295.     * filedoalloc.c: Update comment.
  296.     * genops.c (_IO_unbuffer_all):  New.  Makes all files unbuffered.
  297.     * genops.c (_IO_cleanup), libioP.h:  New function.  Call
  298.     _IO_flush_all, and then _IO_unbuffer_all.  This is in case C++
  299.     destructors try to do output *after* _IO_cleanup is called.
  300.  
  301.     Construct standard stdiobufs statically (using type punning).
  302.     * stdstrbufs.c;  Unless _STDIO_USES_IOSTREAM declare standard
  303.     stdiobufs (for stdin, stdout, and stderr), using type punning
  304.     (struct _IO_fake_stdiobuf).  This avoids constructor-time problems.
  305.     * stdstreams.cc:  Remove the declarations of the stdiobufs.
  306.     Instead use the new (fake) ones in stdstrbufs.cc.  We no longer
  307.     have to call ios::sync_with_stdio at constructor time.
  308.  
  309.     Preliminary support for new ANSI streambuf::uflow virtual.
  310.     * libioP.h (struct _IO_jump_t):  Add __uflow field.
  311.     * genops.c (_IO_default_uflow), libioP.h:  New function.
  312.     * fileops.c (_IO_file_jumps), iopopen.c (IO_proc_jumps),
  313.     iovfprintf.c (_IO_helper_jumps), strops.c (_IO_str_jumps),
  314.     streambuf.cc (_IO_streambuf_jumps):  Add _IO_default_uflow.
  315.     * genops.c (__uflow):  New function.
  316.     (save_for_backup):  New function.  Some code shared by
  317.     __underflow and __uflow, moved out from the former.
  318.     (_IO_default_uflow):  New function.
  319.     * libio.h (_IO_getc):  Call __uflow, not __underflow.
  320.  
  321. Wed Jun 22 20:22:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  322.  
  323.     Make sure that the vtable of a streambuf is always valid,
  324.     which makes ios::rdbuf simpler and faster.
  325.     * gen-params:  Add code to determine _G_VTABLE_LABEL_HAS_LENGTH,
  326.     _G_VTABLE_LABEL_PREFIX, _G_VTABLE_LABEL_PREFIX_ID, and
  327.     _G_USING_THUNKS, which describe how virtual function tables are named.
  328.     * stdfiles.c (FILEBUF_LITERAL):  Moved to libioP.h.
  329.     * libioP.h (builtinbuf_vtable):  New (complicated) declaration.
  330.     * filebuf.cc (filebuf::__new), strstream.cc (SET_STR_JUMPS):
  331.     Initialize vtable to builtinbuf_vtable, not NULL.
  332.     * stdstrbufs.cc:  New file.  Same as stdfiles.c, except that
  333.     vtable is initialized to builtinbuf_vtable, not NULL.
  334.     * streambuf.h (ios::rdbuf):  Can now simplify/optimize, due to
  335.     above changes.  Always, just return _strbuf.
  336.     * builtinbuf.h, builtinbuf.cc (builtinbuf::vtable,
  337.     builtinbuf::get_builtin_vtable):  Removed.  No longer needed.
  338.     * streambuf.h, builtinbuf.cc (ios::_IO_fix_vtable):  No longer needed.
  339.     Only defined #ifdef _STREAM_COMPAT, for binary compatibility.
  340.     * Makefile.in:  Move stdfiles.o from IO_OBJECTS to STDIO_WRAP_OBJECTS.
  341.     (IOSTREAM_OBJECT):  Add stdstrbufs.o.
  342.     * Makefile.in (_G_config.h):  Pass $(CXXFLAGS) as part of $(CXX).
  343.  
  344. Fri Feb 11 11:08:01 1994  SBPM Marc GINGOLD (marc@david.saclay.cea.fr)
  345.  
  346.     * iovfprintf.c (helper_vfprintf): add
  347.       hp->_IO_file_flags = _IO_MAGIC|(_IO_IS_FILEBUF+_IO_NO_READS);
  348.     [This is needed because _IO_vfprintf checks for _IO_UNBUFFERED. -PB]
  349.     [Actually:  don't set _IO_IS_FILEBUF. -PB]  
  350.  
  351. Wed Jun 22 13:49:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  352.  
  353.     * stdiostream.cc, stdiostream.h (stdiobuf::buffered):  New methods.
  354.  
  355.     * iofdopen.c (_IO_fdopen):  Various minor improvements.
  356.  
  357.     * iovfscanf.c:  Don't return EOF on control_failure.
  358.  
  359. Tue Dec 21 13:02:48 1993  H.J. Lu  (hjl@nynexst.com)
  360.  
  361.     * iovfscanf.c:  Enforce the sequence of the conversion specifications.
  362.  
  363. Fri Jun 17 20:57:22 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  364.  
  365.     * iofdopen.c:  Use fcntl to check that requested access mode is
  366.     compatible with existing access mode, and to change the
  367.     O_APPEND file status flag if need be.
  368.  
  369. Thu Jun 16 17:33:50 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  370.  
  371.     * streambuf.h (ios::init):  Initialize all the fields.
  372.     This may be overkill, but the current ANSI working paper requires it.
  373.     * streambuf.h (ios::ios):  Reimplement in terms of ios::init.
  374.     * iostream.cc (Non-default constructors istream::istream,
  375.     ostream::ostream, iostream::iostream):  Cannot use a mem-initializer,
  376.     because it is ignored if initializing a derived class.  Instead,
  377.     call ios::init.
  378.  
  379. Wed Jun 15 13:35:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  380.  
  381.     * stdstreams.cc (ISTREAM_DEF):  Fix typo (it's a _fake_istream, not
  382.     a _fake_ostream).  Reported by Jason Shirk <jshirk@gomez.intel.com>.
  383.  
  384.     * stdiostream.h, stdiostream.cc (stdiobuf::~stdiobuf):  New.
  385.     Call _IO_do_flush.
  386.     * stdiostream.cc (stdiobuf::sync):  Call _IO_do_flush rather
  387.     than filebuf::sync (to avoid bad seeks).
  388.  
  389.     * libioP.h (_IO_do_flush):  Add missing parentheses.
  390.  
  391. Fri Jun  3 19:16:57 1994  Jason Merrill  (jason@deneb.cygnus.com)
  392.  
  393.     * config.shared (CXXFLAGS): Remove -fno-implicit-templates.
  394.  
  395.     * iomanip.h: Add explicit external instantiations.
  396.  
  397. Wed Jun  1 14:14:44 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  398.  
  399.     * libio.h (struct _IO_FILE_plus):  Move definition from here ...
  400.     * libioP.h (struct _IO_FILE_plus):  ... to here.  Since this
  401.     file is private to the implementation, we can rename the fields
  402.     from the implementor's to the user's name anme space.
  403.     (This avoids a lossage on SCO, whose stdio.h has a #define _file.)
  404.     * iofdopen.c, iofopen.c, stdfiles.c:  Fix field references accordingly.
  405.     * iopopen.c (struct_IO_proc_file):  Rename fields from
  406.     implementor's name space to user's, and update usages.
  407.     * streambuf.h (streambuf::_vtable):  Re-implement to not need
  408.     struct _IO_FILE_plus.
  409.     * strfile.h (struct _IO_strfile_): Likewise.
  410.  
  411. Wed Jun  1 13:57:48 1994  Jason Merrill  (jason@deneb.cygnus.com)
  412.  
  413.     * config.shared (CXXFLAGS): Use -fno-implicit-templates instead of
  414.     -fexternal-templates.
  415.  
  416. Tue May 31 08:49:28 1994  Mike Stump  (mrs@cygnus.com)
  417.  
  418.     * genops.c, iofclose.c, iofdopen.c, iofopen.c, iopopen.c: Be
  419.     consistent about protecting #include <stdlib.h>.
  420.  
  421.     * ioputs.c: Add #include <string.h>, to avoid warning on alpha.
  422.  
  423.     * iofdopen.c: Add #include <stdlib.h>, so that malloc works on
  424.     machines where sizeof(int) != sizeof(void *).
  425.  
  426. Mon May 30 17:26:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  427.  
  428.     * pfstream.cc (ipfstream::ipfstream, opfstream::opfstream):
  429.     Reverse sense of test of return value of procbuf::open.
  430.     (It returns NULL on failure.)
  431.  
  432.     * filedoalloc.c (_IO_file_doallocate):  Remove dead code for
  433.     USE_MALLOC_BUF.  Add code to return EOF if ALLOC_BUF fails.
  434.  
  435. Sat May 28 13:47:47 1994  Jason Merrill  (jason@deneb.cygnus.com)
  436.  
  437.     * iomanip.cc: Explicitly instantiate smanip<int> and
  438.     smanip<ios::fmtflags>.
  439.  
  440. Wed May 25 16:04:12 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  441.  
  442.     * strfile.h:  Use __P instead of _PARAMS.
  443.  
  444. Fri May 20 11:42:17 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  445.  
  446.     * libio.h: Rename _PARAMS macro to __P for better glibc and BSD
  447.     compatibility.  (Also define _PARAMS for backwards compatibility.)
  448.     * cleanup.c, iolibio.h, ioperror.c, iovfprintf.c, iovfscanf.c,
  449.     libioP.h: Use __P instead of _PARAMS.
  450.     * iostdio.h: Use __P instead of _ARGS.
  451.  
  452.     * fileops.c (_IO_file_read):  Minor stylistic tweak.  (It is
  453.     preferable to test errno *after* the error return.)
  454.  
  455. Fri May 13 15:25:36 1994  Jason Merrill  (jason@deneb.cygnus.com)
  456.  
  457.     * iostream.*: Add insertor and extractor for bool (just pretend
  458.     it's an int).
  459.  
  460. Fri May 13 14:12:03 1994  Mike Stump  (mrs@cygnus.com)
  461.  
  462.     * gen-params: Check for builtin bool support.
  463.  
  464. Wed May 11 00:48:35 1994  Jason Merrill  (jason@deneb.cygnus.com)
  465.  
  466.     Make libg++ build with gcc -ansi -pedantic-errors
  467.     * gen-params: #ifdef __STRICT_ANSI__, #define _G_NO_NRV.
  468.     * pfstream.cc (ipfstream::ipfstream): Wrap use of variable-size
  469.     array in #ifndef __STRICT_ANSI__.
  470.  
  471. Fri May  6 12:42:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  472.  
  473.     * Makefile.in (VERSION):  Increase to 0.64.
  474.  
  475.     * isgetline.cc (istream::getline):  The delimiter should *not*
  476.     be included in the gcount().
  477.  
  478.     * filedoalloc.c:  #include <stdlib.h> (If __STDC__) to get malloc.
  479.     * iostream.h (ostream::put):  Remove overloaded versions, to match
  480.     new working paper.  (Actually just put inside _STREAM_COMPAT, for now.)
  481.  
  482. Tue May  3 14:14:57 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  483.  
  484.     * genops.c (_IO_default_finish):  Make robust when called
  485.     multiple times on the same _IO_FILE*.  (One way this can
  486.     happen is by the builtinbuf destructor being followed by the
  487.     streambuf destructor.)
  488.  
  489. Mon May  2 13:55:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
  490.  
  491.     * gen-params: Actually determine wint_t rather than depending on
  492.     cpp to provide it or defaulting to the underlying type for
  493.     wchar_t.
  494.  
  495. Sat Apr 30 14:47:30 1994  Jason Merrill  (jason@deneb.cygnus.com)
  496.  
  497.     * gen-params: Add _G_wint_t, allow __*_TYPE__ to override values
  498.     at compile time, fix definition of _G_ARGS.
  499.  
  500. Fri Apr 29 16:55:37 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  501.  
  502.     * libio.h: Remove #pragma interface.  (There is no implementation.)
  503.  
  504. Mon Mar 28 14:22:26 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  505.  
  506.     * iostream.cc (ostream::operator<<(double)):  Add/fix support
  507.     for printing '+' when ios::showpos is set.
  508.     (Fixes bug reported by Doug Moore <dougm@cs.rice.edu>.)
  509.     * iostream.cc (istream::read):  Set eofbit as well as failbit on eof.
  510.     * iostream.cc (ostream::operator<<(int)):  Fix conversion
  511.     to unsigned (used to lose on INT_MIN).
  512.     * iostream.cc (ostream::operator<<(long)):  Use (unsigned long),
  513.     rather than (unsigned) for temporary.
  514.  
  515.     * config.shared, Makefile.in:  Remove definitions and uses
  516.     of XTRAFLAGS.  It is no longer needed, since it is
  517.     now implied by the -B flag.
  518.  
  519. Fri Mar 25 00:31:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
  520.  
  521.     * builtinbuf.h: Add put /**/ around comment on trailing #endif.
  522.  
  523.     * Makefile.in (c++clean): Make clean in tests subdir, too.
  524.  
  525. Wed Mar 23 16:42:09 1994  Doug Evans  (dje@canuck.cygnus.com)
  526.  
  527.     * configure.in: Remove Makefile.tem before creating it.
  528.     Needed when configuring from read-only source trees.
  529.  
  530. Wed Mar 16 14:06:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  531.  
  532.     * stdstreams.cc:  Fix so that stdiobuf are used for cin/cout/cerr,
  533.     unless _STDIO_USES_IOSTREAM is defined.
  534.     * filebuf.cc (filebuf::setbuf):  Fix confusion about return
  535.     value from _IO_file_setbuf.
  536.  
  537. Sun Mar 13 00:54:12 1994  Paul Eggert  (eggert@twinsun.com)
  538.  
  539.     * config.shared: Ensure that `all' precedes `.PHONY';
  540.     BSDI 1.1 needs this.
  541.  
  542. Sat Mar 12 03:58:00 1994  Paul Eggert  (eggert@twinsun.com)
  543.  
  544.     * config.shared: Output a definition of INSTALL that uses
  545.     $${rootme}, not ${rootme}.  Most `make's don't care, but BSDI
  546.     1.1 `make' does.
  547.  
  548. Fri Mar  4 17:33:01 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  549.  
  550.     * iopopen.c:  #define _POSIX_SOURCE.
  551.     * isgetline.c (istream::getline):  Various fixes.
  552.  
  553. Thu Mar  3 17:58:20 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  554.  
  555.     * iostream.cc (write_int):  Fix test for when to add initial '0'
  556.     when ios::oct and ios::showbase are set.
  557.     For hex, showbase adds initial 0x (or 0X) regardless of val==0.
  558.     Bugs reported by Phil Roth <proth@cs.uiuc.edu>.
  559.  
  560. Mon Feb 21 13:18:20 1994  H.J. Lu  (hjl@nynexst.com)
  561.  
  562.     * libio.h (_IO_PENDING_OUTPUT_COUNT(_fp)): return the
  563.     pending output count in _fp.
  564.  
  565. Fri Feb 25 09:26:57 1994  Ian Lance Taylor  (ian@cygnus.com)
  566.  
  567.     * gen-params: For HAVE_SYS_WAIT, compile dummy.c, not dummy.C.
  568.  
  569. Tue Feb 22 11:19:09 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  570.  
  571.     * streambuf.h, genops.c, libioP.h:  Rename references to
  572.     _IO_FILE fields other_gbase => _IO_save_base,
  573.     _aux_limit => _IO_backup_base, and _other_egptr => _IO_save_end.
  574.     * libio.h:  Remove no-longer needed macros _other_gbase,
  575.     _aux_limit, and _other_egptr.
  576.     * genops.c (__underflow, _IO_default_finishh, _IO_unsave_markers):
  577.     Check _IO_save_base for NULL before FREEing it or calling
  578.     _IO_free_backup_area.
  579.  
  580. Thu Feb 17 15:26:59 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  581.  
  582.     * gen-params:  Improve deduction of _G_uint32 and _G_int32.
  583.     Should now work for 16-bit, 32-bit, or 64-bit targets.
  584.     * gen-params:  Check for sys/wait.h using ${CC}, since it's
  585.     now used in a C file, not a C++ file.
  586.     * floatconv.c:  Typedef _G_uint32_t as unsigned32, and use
  587.     unsigned32 in place of unsigned long.  (Needed for Alpha.)
  588.  
  589. Tue Feb  8 13:40:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  590.  
  591.     * fileops.c (_IO_file_close_it):  Simplify by using _IO_do_flush.
  592.     * fileops.c (_IO_file_finish):  Don't call _IO_file_close_it -
  593.     do it inline.  Call _IO_do_flush even if _IO_DELETE_DONT_CLOSE.
  594.     * fileops.c (_IO_file_attach):  Set _IO_DELETE_DONT_CLOSE.
  595.     * genops.c (_IO_flush_all):  Only call overflow if there is
  596.     something to write.
  597.     * iofclose.c (_IO_fclose):  Check that magic number is correct,
  598.     and clear it when done.  Avoids crashing some buggy applications.
  599.     * iogetline.c (_IO_getline):  Don't gratuitously increment old_len.
  600.     * iogets.c (_IO_gets):  Take care to get required ANSi semantics.
  601.  
  602. Sun Feb  6 19:50:39 1994  Jason Merrill  (jason@deneb.cygnus.com)
  603.  
  604.     * iomanip.cc: Explicitly instantiate operator<< and >>.
  605.  
  606. Fri Feb  4 12:28:22 1994  Jason Merrill  (jason@deneb.cygnus.com)
  607.  
  608.     * config.shared (CXXFLAGS): Use -fexternal-templates.
  609.  
  610.     * iomanip.h: Uncomment #pragma interface.
  611.  
  612. Thu Jan 20 13:48:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  613.  
  614.     If no characters are read by fgets, ANSI C doesn't allow '\0' to
  615.     be written to the buffer, but it is required by ANSI C++
  616.     for istream::get and istream::getline.  Both use _IO_getline ...
  617.     * iogetline.c (_IO_getline):  Don't write a '\0' at the end
  618.     of the read data.  The input buffer length does not include
  619.     space for a '\0'.
  620.     * iofgets.c, iogets.c:  Change appropriately.
  621.     Also check for _IO_ERR_SEEN, as required by ANSI.
  622.     * isgetline.cc:  Update accordingly.
  623.  
  624. Mon Jan 17 13:24:26 1994  Jason Merrill  (jason@deneb.cygnus.com)
  625.  
  626.     * Makefile.in (c++clean): Added target for compiler testing
  627.     (i.e. make c++clean all).
  628.  
  629. Mon Jan 10 11:20:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
  630.  
  631.     * libio.h (_IO_putc):  Add parentheses.
  632.     Patch from Rik Faith <faith@cs.unc.edu>.
  633.  
  634. Tue Jan  4 01:32:28 1993  Hongjiu Lu (hjl@nynexst.com)
  635.  
  636.     * genops.c (_IO_default_xsputn):
  637.       (_IO_default_xsgetn):
  638.     * ioignore.c: change "_IO_size_t count" to
  639.       "_IO_ssize_t count".
  640.     * iogetline.c: change "_IO_size_t len" to
  641.       "_IO_ssize_t len".
  642.  
  643. Mon Dec 20 00:31:21 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  644.  
  645.     * config.shared (CXXINCLUDES):  Fix quoting of $(NOSTDINC).
  646.  
  647. Sun Dec 19 21:03:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  648.  
  649.     * Makefile.in (VERSION):  Increase to 0.63.
  650.  
  651. Fri Dec 17 13:02:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  652.  
  653.     * iofread.c (_IO_fread):  Return 0 if either size or count is 0.
  654.     * iofwrite.c (_IO_fwrite):  Return 0 if either size or count is 0.
  655.     (This is consistent with fread, and most implementations, but not
  656.     with a literal reading of the ANSI spec.)
  657.     * iovfscanf.c (_IO_vfscanf):  If got EOF while skipping spaces,
  658.     set seen_eof and break (instead of returning).
  659.     * sbscan.cc (streambuf::vscan):  Set error state before returning.
  660.     * streambuf.h:  Add a forward declarations for class istream
  661.     to work around a g++ vtable name mangling bug.  (Patch from
  662.     harry@pdsrc.hilco.com via Jeffrey A Law <law@snake.cs.utah.edu>.)
  663.     * NEWS:  New file.
  664.  
  665. Sat Dec 11 16:21:08 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  666.  
  667.     * iovfprintf.c (struct helper_file, _IO_helper_overflow,
  668.     helper_vfprintf, _IO_helper_jumps):  New structs and functions.
  669.     (_IO_vfprintf):  Use helper_vfprintf to make printing to
  670.     unbuffered files more efficient.
  671.     * genops.c (_IO_default_underflow), libioP.h:  New function.
  672.  
  673.     * iovsscanf.c (_IO_vsscanf):  The input string's length marks
  674.     its logical end-of-file.
  675.  
  676. Wed Dec  8 13:20:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  677.  
  678.     * indstream.cc (indirectbuf::sync()):  Don't crash if get_stream()
  679.     or put_stream() are NULL;  sync() both streams even if error.
  680.  
  681. Sun Dec  5 19:24:29 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
  682.  
  683.     * iostreamP.h (convert_to_seekflags): Use _IO_seek_set instead of
  684.     0 inside the conditial expressions.
  685.  
  686.     * iofsetpos.c (_IO_fsetpos): Delete unused var `pos'.
  687.  
  688. Sat Dec  4 15:57:26 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  689.  
  690.     * filedoalloc.c (_IO_file_doallocate):  Change type of couldbetty
  691.     to int, and type of size to _IO_size_t, instead of size_t.
  692.     (Change needed for Ultrix, which incorrectly deliberately doesn't
  693.     define size_t in <sys/types.h> if _POSIX_SOURCE is defined.)
  694.  
  695. Thu Dec  2 22:43:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  696.  
  697.     * fileops.c (_IO_file_finish):  Remove redundant call to _IO_un_link.
  698.     * iofclose.c (_IO_fclose):  Don't call fp->_jumps->__close;  it's
  699.     too low-level.  Instead call _IO_file_close_it.
  700.     * dbz/Makefile.in (rclean, distclean):  Add some missing files.
  701.  
  702. Wed Dec  1 13:19:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  703.  
  704.     * config/hpux.mt (MATH_H_INLINES): No longer define.
  705.     Patch from Jeffrey A Law <law@snake.cs.utah.edu>.
  706.  
  707. Fri Nov 26 13:28:36 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  708.  
  709.     * config.shared (CINCLUDES):  Define default if libg++.
  710.     * iofread.c:  Use _IO_sgetn.c.
  711.     * iolibio.h (_IO_clearerr):  Fix typo.
  712.     * genops.c (_IO_seekmark):  Return 0 on success.
  713.     * floactconv.c (Binit):  Change to static.
  714.     * iofclose.c (_IO_fclose):  Check if file is _IO_stdin, _IO_stdout,
  715.     or _IO_stderr;  if so don't try to free it.  Fix from hjl@nynexst.com.
  716.  
  717.     * genops.c (_IO_default_sync), libioP.h:  New function.
  718.     * libioP.h (_IO_default_close):  Use _IO_default_sync -same interface.
  719.  
  720.     * Makefile.in:  Increase version to 0.62.
  721.     * iopopen.c (_IO_proc_close):  Use waitpid (available in libibarty,
  722.     if needed), rather than wait.  Don't block/ignore SIGINT etc,
  723.     as this is counter to Posix.2.
  724.     * iopopen.c:  Chain open proc_files, and have the child close
  725.     the ones that are open (as required by Posix.2).
  726.  
  727.     * fstream.h (fstreambase::rdbuf), strstream.h (strstreambase
  728.     ::rdbuf):  Call ios::rdbuf() instead of getting _strbuf directly.
  729.  
  730.     * sbscan.cc (streambuf::vscan):  Comment out duplicate default arg.
  731.     * floatconv.c:  Recognize Alpha and i860 as little-endian.
  732.     * streambuf.cc:  Return two bogus value returns from void functions.
  733.     * iolibio.h, iofwrite.c:  Fix buffer type to (const void*).
  734.     * libio.h:  Predefine of struct _IO_FILE to help non-g++-compilers.
  735.     * libioP.h, pfstream.cc, stdfiles.c, iovfscanf.c: Cleanup syntax junk.
  736.     * stdstreams.cc:  Minor simplification.
  737.     * streambuf.h, builtinbuf.cc:  Add non-const ios::_IO_fix_vtable()
  738.     for temporary binary compatibility.
  739.  
  740.     * filedoalloc.c, fileops.c:  Add _POSIX_SOURCE.
  741.     * fileops.c, iofopen.c, iofputs.c, iostream.cc, strops.c,
  742.     strstream.cc, genops.c:  Add some missing #includes.
  743.     * iofopen.c, iofdopen.c:  Return NULL if malloc fails.
  744.     * iovfscanf.c:  Fix return type in strtol prototype.
  745.     * fwrite.c:  Remove bogus file.
  746.  
  747. Wed Nov 17 14:09:42 1993  Per Bothner  (bothner@cygnus.com)
  748.  
  749.     * builtinbuf.cc (ios::_IO_fix_vtable), streambuf.h:  Make method
  750.     const, to reduce problems with -Wcast-qual.
  751.  
  752. Tue Nov 16 19:30:42 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
  753.  
  754.     * config.shared (CXXINCLUDE): use ${} instead of $() for NOSTDINC
  755.  
  756. Tue Nov 16 14:15:45 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  757.  
  758.     * iopopen.c (_IO_proc_close):  Re-structure to avoid
  759.     declarations after statements.
  760.     * floatconv.c:  If not __STDC__, #define DBL_MANT_DIG.
  761.     * config/isc.mt (G_CONFIG_ARGS): Remove bogus spaces.
  762.     Patch from David A. Avery <daa@nic.cerf.net>.
  763.  
  764. Tue Nov 16 15:58:31 1993  Mark Eichin  (eichin@cygnus.com)
  765.  
  766.     * Makefile.in (_G_config.h): explicitly use $(SHELL) to run
  767.     gen-params, since we know it is a script (we're explicitly looking
  768.     in ${srcdir} for it) and /bin/sh might not be good enough.
  769.  
  770. Mon Nov 15 13:26:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  771.  
  772.     * builtinbuf.cc:  Don't depend on initialization of static
  773.     variable builtinbuf::vtable, since that might happen after
  774.     we need it (for a static constructor).  Instead, initialize
  775.     it when needed by inlining the code from get_builtin_vtable
  776.     into ios::_IO_fix_vtable().
  777.  
  778.     * floatconv.c:  Avoid using #elif, which some C compilers lack.
  779.     * iogetline.c, libioP.h:  Make char parameter be int, to avoid
  780.     some default promotion anomalies.
  781.  
  782. Fri Nov  5 11:49:46 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  783.  
  784.     * config.shared (do-clean-dvi):  Remove TeX work files.
  785.     * iopopen.c (extern _IO_fork):  Don't use parameter type void.
  786.     * strops.c (_IO_str_init_static):  Clear the allocate_buffer
  787.     function pointer, to mark the strfile as being static.
  788.     Bug fix from Mike Raisbeck <mike@pudding.rtr.COM>.
  789.  
  790. Thu Nov  4 10:44:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  791.  
  792.     * filebuf.cc (filebuf:): Use sseekoff rather than seekoff
  793.     (which loses if vtable pointer is NULL).
  794.  
  795.     * iostream.cc (ostream::operator<<(long long n)):  Fix thinko.
  796.  
  797.     * Makefile.in (VERSION):  Increase to 0.60.
  798.     * Makefile.in (IO_OBJECTS):  Added iopopen.o.
  799.     * config.shared (DISTCLEAN):  Also remove Make.pack.
  800.     * config.shared (CXXINCLUDES):  Add $(NOSTDINC).
  801.  
  802.     * config.shared (INSTALL):  Fix so it ues the correct install.sh
  803.     whether $srcdir is absolute or relative.
  804.  
  805.     * floatconv.c (DBL_MAX_10_EXP): Fix default value.
  806.  
  807. Wed Nov  3 10:20:49 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  808.  
  809.     * gen-params:  Make more robust to allow random junk (NeXT
  810.     has spaces) before typedefs.
  811.  
  812.     * fileops.c (_IO_file_overflow):  Reduce code duplication.
  813.     * Makefile.in (IO_OBJECTS):  Remove ioputs.o.
  814.  
  815.     * iovfscanf.c, libio.h:  Extra parameter to _IO_vfscanf,
  816.     for optionally setting an error indication..
  817.     * iofscanf.c, ioscanf.c, iofscanf.c, iovsscanf.c:  Fix calls to
  818.     _IO_vfscanf to pass an extra NULL.
  819.     * sbscan.cc (streambuf::vscan):  If passed an extra stream,
  820.     set its error state (using new _IO_vfscanf parameter.
  821.  
  822.     * filedoalloc.c, fileops.c, genops.c, iogetline.c, ioignore.c,
  823.     libio.h, libioP.h, streambuf.cc streambuf.h, strfile.h, strops.c,
  824.     strstream.cc:  Replace macros (_base, _ebuf, _eback, _gptr, _egptr,
  825.     _pbase, _pptr, _epptr) by field names (_IO_buf_base, _IO_buf_end,
  826.     _IO_read_base, _IO_read_pre, IO_read_end, _IO_write_base,
  827.     _IO_write_ptr, _IO_write_end).
  828.     * libio.h:  Remove the old macros (which fixes a conflict.
  829.     
  830. Mon Nov  1 15:22:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  831.  
  832.     * iostream.cc:  Use _IO_sputn instead of sputn.  _IO_sputn does
  833.     not require a vtable pointer, and is also slightly faster.
  834.  
  835.     * builtinbuf.{h,cc} (builtinbuf::setbuf):  Fix return and
  836.     parameter types.
  837.  
  838. Mon Oct 25 12:56:33 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  839.  
  840.     Kludge to make sure _IO_FILE buffers get flushed before exit.
  841.     * dbz/dbzmain.c, dbz/fake.c, dbz/byteflip.c:
  842.     Invoke DBZ_FINISH macro (if defined) before (normal) exits.
  843.     * dbz/Makefile.in (CFLAGS):  Define DBZ_FINISH to call _IO_flush_all.
  844.  
  845. Sat Oct 23 22:10:53 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  846.  
  847.     * Makefile.in (VERSION):  Set to 0.60 for libg++ release.
  848.     * fileops.c (_IO_file_attach):  Set _offset to _IO_pos_BAD.
  849.     * iostream.cc (ostream::flush):  Fix thinkp.
  850.     * editbuf.cc, isgetsb.cc, isscan.cc, osform.cc, parsestream.cc,
  851.     pfstream.cc, sbform.cc, sbscan.cc, stdstreams.cc, stream.cc:
  852.     Replace #include "ioprivate.h" by #include "libioP.h" (and
  853.     sometimes stdarg.h, stdlib.h and/or string.h).
  854.     * ioprivate.h:  Removed.
  855.  
  856.  
  857. Thu Oct 21 19:24:02 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  858.  
  859.     * PlotFile.h, SFile.h, editbuf.cc, editbuf.h, filebuf.cc,
  860.     fstream.cc, fstream.h, indstream.cc, indstream.h, iomanip.cc,
  861.     iomanip.h, ioprivate.h, iostream.cc, iostream.h, isgetline.cc,
  862.     isgetsb.cc, parsestream.cc, parsestream.h, pfstream.cc,
  863.     pfstream.h, procbuf.cc, procbuf.h, stdiostream.cc, stdiostream.h,
  864.     stdstreams.cc, streambuf.cc, streambuf.h, strstream.cc,
  865.     strstream.h:  Remove old (duplicate) copyright notices.
  866.  
  867.     * iostream.cc:  Fix calls to sync() to be safe in the presence
  868.     of vtable-less streambufs.
  869.  
  870. Wed Oct 20 15:22:04 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  871.  
  872.     * streambuf.h (streambuf::underflow, streambuf::overflow): 
  873.     Don't make virtual functions pure.
  874.     * streambuf.cc (streambuf::underflow, streambuf::overflow):
  875.     Default definitions (return EOF).
  876.     * fstream.h:  Add new (int fd, char* buf, int len) constructors.
  877.     These are deprecated, but added for AT&T compatibility.
  878.     * fstream.cc fstreambase::fstreambase(int fd, char *p, int l): New.
  879.  
  880. Thu Oct 14 14:57:01 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
  881.  
  882.     * configure.in: use 'mv -f' instead of 'mv'
  883.  
  884. Tue Oct 12 05:01:44 1993  Mike Stump  (mrs@cygnus.com)
  885.  
  886.     * floatconv.c: Fix typo, change __STDC to __STDC__.
  887.  
  888. Mon Oct 11 17:03:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  889.  
  890.     * cleanup.c:  It should be #if _G_HAVE_ATEXIT, not #ifdef.
  891.  
  892.     * floatconv.c, iostrerror.c, iovfprintf.c, iovfscanf.c, libioP.h:
  893.     Bunch of fixes to allow use of non-ANSI (K&R) C compilers.
  894.  
  895.     * Makefile.in (iostream.list):  Use CC=$(CXX) to force use of gcc.
  896.     * README:  New file.
  897.  
  898. Fri Oct  8 16:19:58 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  899.  
  900.     * Makefile.in:  Move ioungetc.o from STDIO_WRAP_OBJECTS to
  901.     IO_OBJECTS (since it is needed for iovfscanf.c).
  902.     * iostrerror.c:  Add declaration of strerror.
  903.  
  904. Thu Oct  7 12:02:28 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  905.  
  906.     * cleanup.c:  New file, to cause flushing at exit.
  907.     * filedoalloc.c:  Cause flushing on exit.
  908.     * Makefile.in (OSPRIM_OBJECTS):  Add cleanup.o.
  909.     * gen-params:  Check for atexit.
  910.  
  911. Tue Oct  5 19:11:14 1993  Mike Stump  (mrs@cygnus.com)
  912.  
  913.     * ioperror.c (_IO_strerror): Add missing ()s in _PARAMS usage.
  914.  
  915. Tue Oct  5 10:33:37 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  916.  
  917.     * iofprintf.c, iofscanf.c, ioprintf.c, ioscanf.c, iosprintf.c,
  918.     iosscanf.c:  Remove bogus semi-colon after va_dcl.
  919.     * ioperror.c:  Fix typos in declaration.
  920.  
  921. Mon Oct  4 17:12:22 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  922.  
  923.     * configure.in (CLEAN):  Define (as _G_config.h *.a).
  924.  
  925.     * fileops.c (_IO_file_read):  Don't assume EINTR is defined.
  926.     * iosetbuf.c:  Replace by generalized ...
  927.     * iosetbuffer.c:  ... variant, derived from BSD.
  928.     * Makefile.in (STDIO_WRAP_OBJECTS):  Change correspondingly.
  929.     * iosetvbuf.c (iosetvbuf):  Minor ANSI tweak.
  930.     * iostdio.h (setbuf, setlinebuf):  New #defines.
  931.     * iolibio.h (_IO_setbuf, _IO_setlinebuf):  (Re-)define as macros.
  932.     * Makefile.in (LIBIO_OBJECTS):  New macro.
  933.  
  934. Tue Sep 28 14:15:52 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  935.  
  936.     * libioP.h (_IO_proc_open, _IO_proc_close): Add missing return types.
  937.     * procbuf.cc:  Belated fixes.
  938.  
  939. Mon Sep 27 14:04:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  940.  
  941.     * Makefile.in: List new files.  Add STDIO_WRAP_OBJECTS macro.
  942.     * floatconv.c (d2b):  Use Exp_msk11 instead of Exp_msk1.
  943.     * iofgetpos.c (_IO_fgetpos), iofsetpos.c (_IO_fsetpos):  Clean up.
  944.     * iolibio.h:  New file.  Declarations of _IO_foo, for most foo
  945.     where foo is a stdio function.  (Remove these from libio.h.)
  946.     * iostream.h (istream::istreambuf, ostream::ostreambuf):  Move
  947.     obsolete functions inside #ifdef _STREAM_COMPAT.
  948.     * libio.h, libioP.h, streambuf.h, parsestream.h, stdiostream.h:
  949.     Use _IO_fpos_t rather than _IO_pos_t.
  950.     * iopopen.c:  New file type, for pipe (popen-like) streams.
  951.     * procbuf.cc:  Now just a C++ wrapper for the files in iopopen.c.
  952.     * streambuf.h (ios::unsetf):  Return complete old value of flags.
  953.     * iogets.c (_IO_gets(), ioungetc.c (_IO_ungetc), ioperror.c
  954.     (_IO_perror), iostrerror.c (_IO_strerror):  New files and 
  955.     functions, for stdio implementation.
  956.     * iostdio.h:  Add declarations for various recently-added functions.
  957.  
  958. Sun Sep 12 14:24:55 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  959.  
  960.     * streambuf.h (ios::showpos):: Fix typo.
  961.  
  962. Fri Aug 27 12:05:47 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  963.  
  964.     * iopadn.c (_IO_padn):  Change to return count of chars written.
  965.     * outfloat.c, iovfprintf.c:  Change for new _IO_padn interface.
  966.     * iostream.cc (ostream::operator<<):  Make sure to set badbit
  967.     on a failure (many places).  Use _IO_padn more.
  968.     * iostream.cc (ostream& ostream::operator<<(const void *p):  Move to
  969.     * osform.cc:  ... here, to reduce linking-in-the-world syndrome.
  970.     * osform.cc: Use rdbuf(), instead of _strbuf directly.
  971.  
  972.     * genops.c (_IO_sgetn), libio.h:  New function.
  973.     * streambuf.h (streambuf.h::sgetn):  Use _IO_sgetn.
  974.     * SFile.cc (SFile::operator[]):  Use sseekoff, not seekoff.
  975.  
  976. Thu Aug 26 10:16:31 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
  977.  
  978.     * config.shared (SUBDIRS): only recurse if the directory is configured
  979.  
  980. Wed Aug 25 12:56:12 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  981.  
  982.     * config/{hpux.mt, isc.mt, sco4.mt}:
  983.     Moved from ../libg++/config (since they affect _G_config.h).
  984.     * configure.in:  Set target_make_frag to one of the above files.
  985.  
  986. Fri Aug 20 00:53:14 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  987.  
  988.     * iofopen.c (iofopen):  Fix type passed to _IO_un_link().
  989.     * Makefile.in (_G_config.h):  Pass $CC (not $CXX) as CC.
  990.  
  991.     * configure.in (configdirs):  Add dbz and stdio.
  992.     * fileops.c (_IO_file_seekoff):  Convert more old functionality.
  993.     * iofdopen.c:  Use mode parameter to set _flags.
  994.     * iofscanf.c, ioputs.c, ioscanf.c, iosprintf.c:  New files.
  995.     * Makefile.in (IO_OBJECTS):  Added new objects.
  996.     * iostdio.h:  Add feof. fscanf, puts, sprintf, vsprintf.
  997.     * libio.h:  Add _IO_vprintf macro.
  998.     * iofopen.c:  Invoke _IO_un_link if failure.
  999.     * iovsprintf.c:  Write terminating NUL.
  1000.  
  1001.     * libioP.h:  Add COERCE_FILE macro (by default does nothing).
  1002.     * iofclose.c, iofflush.c, iofgets.c, iofprintf.c, iofputs.c,
  1003.     iofread.c, ioftell.c, iofwrite.c, iosetbuf.c, iosetvbuf.c:
  1004.     Invoke COERCE_FILE macro.
  1005.     * ioftell.c:  Use _IO_seekoff.
  1006.  
  1007. Wed Aug 18 22:49:56 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  1008.  
  1009.     * sbform.cc (streambuf::form), sbscan.cc (streambuf::scan):
  1010.     Remove cast to _IO_va_list.  (Loses if array type.)
  1011.  
  1012.     * libio.h:  Handle _IO_va_list for systems that need <stdarg.h>.
  1013.     * floatconv.h:  Fix typo (reported by H.J.Lu).
  1014.  
  1015. Wed Aug 18 19:34:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
  1016.  
  1017.     * configure.in (INSTALLDIR): handle native vs. cross case
  1018.  
  1019.     * Makefile.in (install): don't use $TARGETLIB, set INSTALLDIR to
  1020.     $(libdir) 
  1021.  
  1022. Wed Aug 18 12:10:03 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  1023.  
  1024.     * Makefile.in:  Rename iostream-files to iostream.list.
  1025.     * configure.in:  Add iostream.list to MOSTLYCLEAN.
  1026.  
  1027. Tue Aug 17 18:56:59 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  1028.  
  1029.     * Makefile.in:  Depend on _G_config.h where appropriate.
  1030.     * config.shared (CXXINCLUDES):  If doing libg++, search ../libio.
  1031.  
  1032. Tue Aug 17 17:34:24 1993  Per Bothner  (bothner@kalessin.cygnus.com)
  1033.  
  1034.     New directory.  Based on old libg++/iostream code,
  1035.     but extensively re-written.
  1036.  
  1037.  
  1038.